; $VER: Install_Ilona 1.3 (20.04.97) by Tristan Greaves
; Based on Install_Installer_Guide by G. Cornu.
;
;-- Language specific string definitions --------------------------------------
; ENGLISH -----------------------------
(procedure english (
(set MSG_SPACE "\n\n\nInstalling this application will use about\n%ld Kilobytes of your hard disk space.")
(set MSG_UPDATE "\n\n\nAre you installing this over an old Ilona?\n\nIf so, please make a copy of your configuration and user file first, as they will be over-written.\n\nClick 'Abort Installation' if you wish to do this.")
(set MSG_DESTINATION "Where would you like %s to be installed?\n(%s will be directly copied there)")
(set MSG_COPYING "Going to copy %s to %s.")
(set @abort-button "Abort Installation")
(set MSG_WARNUP "\n\nJust upgraded from v1.2 ?\n\nThen please note that the user-file has changed format with this release. You will need to change your old one slightly if you wish to use it.\n\nSee the documentation for information.")
(set MSG_THANKS "Thank you for installing %s!\n\nNow please read the documentation so that Ilona can be configured to suit your needs.")
))
(if (= @language "english") (english))
(if (= @language "français") (français))
; Choose default tool for guide, depending on user's OS version